Bitmap for UWP
IsInterfaceSupported<T>(Int64) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DXGI 名前空間 > Adapter クラス > IsInterfaceSupported メソッド : IsInterfaceSupported<T>(Int64) メソッド
the interface of the device version for which support is being checked.
The user mode driver version of InterfaceName. This is only returned if the interface is supported.
Checks to see if a device interface for a graphics component is supported by the system.
シンタックス
'宣言
 
Public Overloads Function IsInterfaceSupported(Of T As ComObject)( _
   ByRef userModeVersion As System.Long _
) As System.Boolean
public System.bool IsInterfaceSupported<T>( 
   out System.long userModeVersion
)
where T: ComObject

パラメータ

userModeVersion
The user mode driver version of InterfaceName. This is only returned if the interface is supported.

型パラメータ

T
the interface of the device version for which support is being checked.

戻り値の型

trueif the interface is supported; otherwise, false.
参照

Adapter クラス
Adapter メンバ
オーバーロード一覧